Welcome![Sign In][Sign Up]
Location:
Search - toolbar mfc

Search list

[ToolBarflttbclsbtn

Description: 在C++/MFC框架应用程序里,当浮动工具条被拖离主窗口后,一般都有一个“关闭”按钮。本来这个按钮完全是按照Windows应用程序的UI设计规范而设计的,也就是说所有的窗口都应该有一个地方让用户可以关闭这个窗口。-in C / MFC application framework, when the floating toolbar been towed away from the main window, usually has a "close" button. Actually, this button is entirely in accordance with the Windows Application Program UI design specifications and design, which means all the window should have a place to allow users to close this window.
Platform: | Size: 36327 | Author: 陈兴锐 | Hits:

[GUI DevelopMenu_Dialog

Description: MFC编程中,在对话框上实现菜单栏和工具栏,-MFC programming, in the dialog box on the menu bar and achieve toolbar,
Platform: | Size: 19954 | Author: 王守成 | Hits:

[Other195

Description: 第1章 Visual C++概述  1.1 Visual C++概述  1.2 Windows编程模式   1.2.1 面向过程的MS-DOS编程   1.2.2 面向用户的事件驱动编程   1.2.3 Windows消息机制   1.2.4 Windows系统消息类型  1.3 MFC类库   1.3.1 MFC类库的优越性   1.3.2 MFC类库说明   1.3.3 MFC框架与消息映射  1.4 Windows应用程序框架   1.4.1 文档/视图结构概述   1.4.2 文档类   1.4.3 视图类   1.4.4 框架窗口  1.5 Visual C++ 6.0集成开发环境   1.5.1 菜单栏   1.5.2 工具栏   1.5.3 工作区窗口   1.5.4 正文窗口   1.5.5 输出窗口  1.6 本章小结-Chapter 1 outlines Visual C 1.1 1.2 outlined Visual C programming model for Windows 1.2.1 process-oriented MS-DOS Programming 1.2.2 user-oriented event-driven programming 1.2.3 Windows Message 1. 2.4 Windows message types 1.3.1 1.3 MFC MFC superiority 1.3.2 1.3.3 Note MFC MFC Message Mapping Framework 1.4 and Windows application framework 1.4.1 Document / View 1.4.2 document outlining the structure Class View Class 1.4.4 1.4.3 framework window Visual C 6.0 1.5 Integrated Development Environment 1.5.2 1.5.1 menu bar a toolbar .5.3 work area window text window 1.5.4 1.5.5 1.6 of this chapter output window Summary
Platform: | Size: 428265 | Author: me | Hits:

[ToolBar256toolbar

Description: 这是一个基于VC++6.0的MFC技术的程序,可以创造一个相当漂亮的工具栏。-This is a VC 6.0 MFC procedures, can create a very beautiful toolbar.
Platform: | Size: 26048 | Author: andrew | Hits:

[GUI Developmfc_general_cmnctrl1

Description: MSDN提供的MFC通用控件类例程,包括TreeCtrl、工具栏控件、时间控件类等。-MSDN for MFC common control type routines, including TreeCtrl, toolbar controls, the time for such control.
Platform: | Size: 88370 | Author: wangjun | Hits:

[GUI Developqidongdonghua

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-MFC +5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
Platform: | Size: 57992 | Author: zyg | Hits:

[GUI DevelopLesspnCTime

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -MFC +5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
Platform: | Size: 61695 | Author: 李思川 | Hits:

[Software EngineeringMFC

Description: 基于 MFC的绘图板程序 MFC是一个巨大的应用程序类库,而整个MFC以一个CObject类为基类,其他所有的类全部继承于它。给我们开发程序带来了方便的条件。 本程序用到了GDI(图形设备接口)来进行windows图形编程,充分利用了设备无关位图和面向对象的编程思想。本程序可以使用户完成多种功能,比如:从工具栏选择颜色,更改绘图的线条的粗细,各式各样的绘图工具,选择不同工具时鼠标光标的变化,从外界引入位图。最后还可以对任意位图进行修改,并且运用双缓冲的技术使用户在绘图过程中不会感到屏幕闪烁而眼睛不会疲劳。 -MFC-based program MFC drawing board is a huge application library, and the entire MFC CObject class to a base class, all other classes inherit from it all. We have developed procedures to bring the convenience of conditions. The procedures used by the GDI (Graphics Device Interface) for windows graphics programming, full use of the device-independent bitmap and object-oriented programming ideas. This program allows the user to perform a variety of functions, such as: select a color from the toolbar, change the drawing line thickness, a variety of drawing tools, select different tools of the mouse cursor changes into a bitmap from the outside. Finally, you can modify for any bitmap, and the use of double buffering technology enables users in the drawing process will not feel the screen flashes and the eyes will not fatigue.
Platform: | Size: 3747840 | Author: 狼_图腾 | Hits:

[Menu controltoolbar

Description: MFC 下面的toolbar 例子,该文件解压后直接在VC6.0下编译运行即可。-MFC toolbar examples below, unzip the file directly in the VC6.0 compiler run.
Platform: | Size: 14336 | Author: steven | Hits:

[Dialog_WindowVS2010-MFC(1-55)

Description: VS2010-MFC编程入门教程(1-55) 涉及VS2010/MFC开发环境、VS2010/MFC应用程序框架、对话框、常用控件、菜单、工具栏与状态栏、文档、视图和框架、MFC常用类、字体和文本输出、图形图像、Ribbon界面开发等十个部分。-VS2010-MFC Programming Tutorial (1-55) involving VS2010/MFC development environment, VS2010/MFC application framework, dialogs, common controls, menus, toolbar and status bar, document, view and frame, MFC common type, font and ten parts of the text output, graphics, images, Ribbon interface development.
Platform: | Size: 559104 | Author: 蒋鸿伟 | Hits:

[OtherToolbar

Description: c++中mfc实现的记事本,可调字体、大小、粗体斜体等,还有保存、查找等功能,具有菜单栏、工具栏、还有文本菜单-c++ mfc achieved in Notepad, adjustable font, size, bold, italic, etc., as well as preservation, search and other functions, has a menu bar, toolbar, and context menu
Platform: | Size: 1887232 | Author: Alice | Hits:

[ToolBarCToobarDemo

Description: 能实现对工具栏上的文字动态显示,并能给工具栏添加相应的信息-ToolBar MFC Visual C++
Platform: | Size: 43008 | Author: 奋飞 | Hits:

[GUI DevelopMFC-examples

Description: 达内MFC例子集源码,内容涉及消息映射、工具栏的使用、状态栏操作、视图/窗口、动态创建未知类型的对象、MFC文档类作用、MFC单文档视图应用程序(SDI)、MFC多文档视图应用程序(MDI)、ATL组件编写、对话框的数据交换、MFC基本控件、列表 ListCtrl控件的使用等相关知识点,还有更多不一一列举了。-Set up the MFC source code examples, involving message mapping, using the toolbar, status bar operation, view/window dynamically create objects of unknown type, MFC document class action, MFC single document view application (SDI), MFC multi-document view of the application (MDI), ATL component preparation, data exchange dialog, MFC basic controls, such as a list of related knowledge ListCtrl use controls, and many more do not list them.
Platform: | Size: 4384768 | Author: yangpei | Hits:

[CSharpMFC

Description: (1)在工具栏中点击“打开”功能出现文件打开窗口,用户选择一幅bmp图片后在指定区域靠左显示该图片,若图片尺寸小于指定区域则按原始大小显示;若大于则按合适比例显示。 (2)在工具栏中依次实现附件2中的各项图像处理功能,每一个功能都是在上一次的操作基础上进行,工具栏中须具备“返回上一次操作”的功能,并且能够随时还原原图(请注意:有些图像处理功能对图片格式有要求,如灰度直方图均衡必须要求是灰度图,因此请考虑各功能之间的关系,添加必要的防御代码)。 (3)在工具栏中点击“保存”功能出现文件保存窗口,用户可以选择保存路径来保存当前图片处理结果。 (4)点击“关闭”功能,关闭当前图片,若操作结果尚未保存则必须弹出对话框提示用户进行保存。-(1) in the tool bar, click on Open function has the file open window, the user selects a bmp picture to the left to display the image in the designated area, if the image size is smaller than the specified area press the original size if more than press fit scale. (2) in the toolbar and then click the implementation of Annex 2 image processing functions, each function is carried out in the last operation, based on the tool bar must have to return to the previous operation function, and can at any time restore original (Note: Some image processing functions for image format is required, such as histogram equalization must ask is grayscale, so please consider the relationship between functions, add the necessary defense code). (3) in the tool bar, click on the Save function appears to save the file window, the user can choose to save the path to save the current image processing results. (4) Click Close function closes the current image, if the operation results are not yet s
Platform: | Size: 4625408 | Author: HBX | Hits:

[GUI DevelopSun-Xin-MFC-instructional-video-9

Description: 孙鑫C教学视频9全内容,在MainFrm修改外观和图标,在View中修改背景和光标,创建一个不断变化的图标,创建一个新的工具栏的方法, 点击“新的工具栏”菜单时,隐藏工具栏,状态栏编程,进度栏 ,以及加入启动画面-Sun Xin C teaching video 9 full content, modify the appearance and icon in the MainFrm, modify the background and cursor in View, create a constantly changing icon, create a new toolbar method, When you click on the new toolbar menu, hide the toolbar, status bar, progress bar, and join the startup screen.
Platform: | Size: 5230592 | Author: 淡定哥 | Hits:

[Program docToolbar

Description: 该程序给出了WIN系统中关于内插的测试过程的MFC代码-The program gives the WIN system on the interpolation of the test process MFC code
Platform: | Size: 4096 | Author: 方刚 | Hits:

[Windows DevelopMFC-Wizard-to-generate-framework

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-How to modify the MFC AppWizard Wizard to generate the framework of the appearance and size of the program, modify the icon, the cursor, the background of the three methods. How to add and remove toolbar buttons, how to add tools to the application, how to display and hide the toolbar. Customize the status bar, add the clock display in the status bar, the CTime class and its usage. In the status bar to add a progress bar (the main window immediately after the production of the progress of the ingenious ideas, can not be directly dealt with in the OnCreate function, to use a custom message method). Mouse coordinates display, in the CView to get the status bar object in several ways. How to add a splash screen for an application.
Platform: | Size: 58368 | Author: YXX | Hits:

[Graph DrawingDrawMap

Description: 创建工具条,使用户能够通过工具条选择自己想要绘制的图形。使用鼠标绘图,通过添加鼠标消息处理函数对用户进行的鼠标操作进行监控并完成相应的图形绘制。(Create a toolbar that allows users to select the graphics they want to draw through the toolbar. Using mouse drawing, the user's mouse operation is monitored by adding a mouse message processing function and the corresponding drawing is completed.)
Platform: | Size: 1927168 | Author: whf68 | Hits:

[Dialog_WindowEx_MenuSDI

Description: 菜单、工具栏和状态栏中制作菜单消息响应、弹出式菜单(Menu, toolbar, and status bar to make menu message response, pop-up menu)
Platform: | Size: 2385920 | Author: bestxuh | Hits:

[GUI Develop真彩工具条

Description: mfc彩色工具栏控件,鼠标点击按钮变换颜色,比原生的工具栏更好。(MFC color toolbar controls, the mouse click the button to change the color, better than the native toolbar.)
Platform: | Size: 7816192 | Author: lbq666 | Hits:
« 1 2 3 45 6 7 8 9 10 11 »

CodeBus www.codebus.net